--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Commit 8be8faee2fd20064582252d0f7cff186e536a7b5
Parents : 263d357
Author : Sudo-Ivan <ivan@quad4.io>
Signature : Signature validation error
Date : 2026-03-09T14:05:56-05:00
Swap 'contacts' and 'nomad network' links in the sidebar for improved navigation clarity
Changes
1 files changed, 10 insertions(+), 10 deletions(-)
Diff
diff --git a/meshchatx/src/frontend/components/App.vue b/meshchatx/src/frontend/components/App.vue
index 65cd00ee..087446bc 100644
--- a/meshchatx/src/frontend/components/App.vue
+++ b/meshchatx/src/frontend/components/App.vue
@@ -170,29 +170,29 @@
</SidebarLink>
</li>
- <!-- contacts -->
+ <!-- nomad network -->
<li>
- <SidebarLink :to="{ name: 'contacts' }" :is-collapsed="isSidebarCollapsed">
+ <SidebarLink :to="{ name: 'nomadnetwork' }" :is-collapsed="isSidebarCollapsed">
<template #icon>
<MaterialDesignIcon
- icon-name="account-multiple"
- class="w-6 h-6 text-gray-700 dark:text-white"
+ icon-name="earth"
+ class="w-6 h-6 text-gray-700 dark:text-gray-200"
/>
</template>
- <template #text>{{ $t("app.contacts") }}</template>
+ <template #text>{{ $t("app.nomad_network") }}</template>
</SidebarLink>
</li>
- <!-- nomad network -->
+ <!-- contacts -->
<li>
- <SidebarLink :to="{ name: 'nomadnetwork' }" :is-collapsed="isSidebarCollapsed">
+ <SidebarLink :to="{ name: 'contacts' }" :is-collapsed="isSidebarCollapsed">
<template #icon>
<MaterialDesignIcon
- icon-name="earth"
- class="w-6 h-6 text-gray-700 dark:text-gray-200"
+ icon-name="account-multiple"
+ class="w-6 h-6 text-gray-700 dark:text-white"
/>
</template>
- <template #text>{{ $t("app.nomad_network") }}</template>
+ <template #text>{{ $t("app.contacts") }}</template>
</SidebarLink>
</li>
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────